Click or drag to resize

ContactsFolder Class

Represents a contacts folder that is contained in a mailbox.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ContactsFolder : Folder

The ContactsFolder type exposes the following members.

Constructors
  NameDescription
Public methodContactsFolder
Initializes a new instance of the ContactsFolder class.
Public methodContactsFolder(String)
Initializes a new instance of the ContactsFolder class.
Public methodContactsFolder(String, String)
Initializes a new instance of the ContactsFolder class.
Top
Properties
  NameDescription
Public propertyArchiveTag
Represents the archive tag.
(Inherited from Folder.)
Public propertyChildFolderCount
Represents the number of child folders that are contained within a folder.
(Inherited from Folder.)
Public propertyComment
Contains a comment of the folder.
(Inherited from Folder.)
Public propertyCreationTime
Contains the creation date and time of a folder.
(Inherited from Folder.)
Public propertyDisplayName
Contains the display name of a folder.
(Inherited from Folder.)
Public propertyEffectiveRights
Contains the client's rights based on the permission settings for the item or folder.
(Inherited from Folder.)
Public propertyEntryId
Contains a MAPI entry identifier of a folder.
(Inherited from Folder.)
Public propertyExtendedProperties
Contains a collection of a extended properties for folder.
(Inherited from Folder.)
Public propertyFolderClass
Represents the folder class for a given folder.
(Inherited from Folder.)
Public propertyFolderId
Contains the identifier and change key of a folder.
(Inherited from Folder.)
Public propertyHasSubFolders
Contains TRUE if folder contains subfolders.
(Inherited from Folder.)
Public propertyIsHidden
Contains TRUE if folder is hidden.
(Inherited from Folder.)
Public propertyIsReadOnly
Contains TRUE if folder is read only.
(Inherited from Folder.)
Public propertyIsSystem
Contains TRUE if folder is system.
(Inherited from Folder.)
Public propertyLastModifiedTime
Contains the date and time the folder was last modified.
(Inherited from Folder.)
Public propertyManagedFolderInformation
Contains information about a managed folder.
(Inherited from Folder.)
Public propertyParentId
Represents the identifier of the parent folder that contains the folder.
(Inherited from Folder.)
Public propertyPermissionSet
Contains all the configured permissions for a folder.
(Inherited from Folder.)
Public propertyRetentionTag
Represents the retention tag.
(Inherited from Folder.)
Public propertySearchKey
Contains a key that identifies objects for a search.
(Inherited from Folder.)
Public propertySize
Contains the sizes of specified folders.
(Inherited from Folder.)
Public propertyStandardFolder
Represents the StandardFolder type.
(Inherited from Folder.)
Public propertyTotalCount
Represents the total count of items within a given folder.
(Inherited from Folder.)
Public propertyUnreadCount
Represents the count of unread items within a given folder.
(Inherited from Folder.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current ContactsFolder object to its equivalent string representation.
(Overrides FolderToString.)
Top
See Also